home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / m2 / m2_part1.lha / modula / dice / dice.LHA / dynamic / dynamic.lha / diceinstall next >
Text File  |  1991-04-29  |  654b  |  24 lines

  1.  
  2. ;   DICEINSTALL
  3. ;
  4. ;   install DICE (relative to this directory) to be able to compile the
  5. ;   objs and test code.  Note that you need the 2.0 amiga includes to be
  6. ;   able to compile source in objsrc/libs
  7.  
  8. assign DTMP: ram:
  9. makedir DTMP:Dynalib
  10. makedir DTMP:Dynalib/obj
  11.  
  12. ;   -1.3 to have DICE use DLIB:AMIGAS13.lib  and DINCLUDE:AMIGA13/
  13. ;   -2.0 to have DICE use DLIB:AMIGAS20.lib  and DINCLUDE:AMIGA20/
  14. ;
  15. ;   note: I cannot distribute the amiga includes which normally reside
  16. ;   in DINCLUDE:AMIGA13 for the 1.3 includes and DINCLUDE:AMIGA20 for
  17. ;   the 2.0 includes)
  18.  
  19. setenv DCCOPTS "-1.3"
  20. assign DLIB: /dlib
  21. assign DINCLUDE: /include
  22. path add /bin
  23.  
  24.